home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Abstractions
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Bill Toscano, Michael Gordon
- -- : Intermetrics, Inc,
- -- : 733 Concord Ave
- -- : Cambridge, MA 02138
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 Intermetrics, Inc.
- -- DATE CREATED : 15 October 1985
- -- DATE RELEASED : 18 March 1985
- -- DATE LAST UPDATED : 17 March 1985
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : COMPONENTS
- -- CATEGORY LEVEL 2 : LIBRARY
- -- CATEGORY LEVEL 3 : Abstractions
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Components
- -- INDEX : Reusable Software Components
- -- INDEX : Support Routines
- -- INDEX : Routines, Support
- -- INDEX : Command Line Interface
- -- INDEX : Parser
- -- INDEX : Lexical Analyzer
- -- INDEX : String Manipulation
- -- INDEX : String Scanner
- -- INDEX : Linked Lists
- -- INDEX : Manipulation, String
- -- INDEX : Scanner, String
- -- INDEX : Analyzer, Lexical
- -- INDEX : Interface, Command Line
- -- INDEX : Set Manipulation
- -- INDEX : Manipulation, Set
- -- INDEX : Hashing Functions
- -- INDEX : Functions, Hashing
- -- INDEX : Directed Acyclic Graph
- -- INDEX : Graph, Directed Acyclic
- -- INDEX : Dynamic Array
- -- INDEX : Array, Dynamic
- -- INDEX : File Manager
- -- INDEX : Manager, File
- -- INDEX : Output Pagination
- -- INDEX : Pagination, Output
- -- INDEX : Stack
- -- INDEX : Binary Trees
- -- INDEX : Trees, Binary
- -- INDEX : Ordered Set Manipulation
- -- INDEX : Manipulation, Ordered Set
- -- TAXONOMY : COMPONENTS!Binary Trees!Abstractions
- -- TAXONOMY : COMPONENTS!Command Line Interface!Abstractions
- -- TAXONOMY : COMPONENTS!Dynamic Array!Abstractions
- -- TAXONOMY : COMPONENTS!File Manager!Abstractions
- -- TAXONOMY : COMPONENTS!Lexical Analyzer!Abstractions
- -- TAXONOMY : COMPONENTS!Linked_Lists!Singly-Linked List!Abstractions
- -- TAXONOMY : COMPONENTS!Output Pagination!Abstractions
- -- TAXONOMY : COMPONENTS!Parser!Abstractions
- -- TAXONOMY : COMPONENTS!Stack!Abstractions
- -- TAXONOMY : COMPONENTS!String Manipulation!Abstractions
- -- TAXONOMY : COMPONENTS!String Scanner!Abstractions
- -- TAXONOMY : MATH!Directed Acyclic Graph!Abstractions
- -- TAXONOMY : MATH!Hashing Functions!Abstractions
- -- TAXONOMY : MATH!Ordered Set Manipulation!Abstractions
- -- TAXONOMY : MATH!Set Manipulation!Abstractions
- -- DEPENDENCIES :
- -- SEE ALSO : PD:<ADA.COMPONENTS>NEWABS
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.COMPONENTS>ABS*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.COMPONENTS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- ABSTRACT.CMM 2263 57
- -- ABSTRACT.CO 2657 51
- -- ABSTRACT.PRO 3334 74
- -- ABSTRACT.SRC 572620 17976
- -- =============== ========== ==========
- -- 4 Files 580874 18158
- --= ABSTRACT ===============================================--
- -- ABSTRACTIONS contains a number of low-level support routines
- -- which are used by NOSC tools created by Intermetrics. Several
- -- routines are of general utility.
- --
- -- Included in ABSTRACTIONS are packages and routines for:
- -- Binary Tree Manipulation
- -- Command Line Interfacing (host-dependent)
- -- Dynamic Acyclic Graph
- -- Dynamic Arrays
- -- File Management (host-dependent)
- -- Hashing
- -- Lexical Analysis
- -- Linked Lists
- -- Parser, Table-Driven
- -- Set Manipulation (Normal and Ordered Sets)
- -- Sorting
- -- Stack Manipulation
- -- String Manipulation
- -- String Scanning
- --
- -- ABSTRACTIONS is used by NOSC/WIS tools 5.1.1, 5.1.2, 6.1.2,
- -- and 6.2. See also NEW_ABSTRACTIONS.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 03/85 1.0 Bill Toscano Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-